home *** CD-ROM | disk | FTP | other *** search
- Path: nyx10.cs.du.edu!not-for-mail
- From: rdavis@nyx10.cs.du.edu (Robert Davis)
- Newsgroups: comp.sys.amiga.datacomm
- Subject: Re: HELP SEE THE WWW!
- Date: 27 Feb 1996 15:16:07 -0700
- Organization: University of Denver, Math/CS Dept.
- Message-ID: <4gvvr7$cs0@nyx10.cs.du.edu>
- References: <DnG5o6.13I@freenet.carleton.ca>
- NNTP-Posting-Host: nyx10.nyx.net
- X-Newsreader: NN version 6.5.0 #3 (NOV)
-
-
-
- Here is the login script created by iNTERiNSTALL ...
- It works for my ISP ...
-
- #MODULE FOR iNTERiNSTALL 1.51 -
- # Submitted by Thomas Barker (72027.3476@compuserve.com)
- #
- ECHO OFF
- TIMEOUT 3600 ; Set maximum wait time (in ticks)
- REDIAL "BUSY" ; Redial on busy signal
- DELAY 60 ; was 100
- SEND "" ; send a CR=LF
- DELAY 50
- SEND "atz" ; Initialize the modem
- DELAY 20
- WAIT "K" ; Wait for the K in OK
- SEND "ATDT3426681" ; Dial
- DELAY 20
- WAIT "CT" ; Wait for CT in connect
- DELAY 50
- SEND "" ; Send a CR-LF
- DELAY 20
- WAIT "ogin:" ; Wait for Name: prompt
- SEND "username" ; Send your User ID
- DELAY 20
- WAIT "d:" ; Wait for d: in Password:
- SEND "password" ; Send your password
- DELAY 50
- #END
-
-
- --
- rdavis@nyx.net Robert (Bob) Davis
- Amateur Radio K0FPC
- Emporia, Kansas
-